home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Arsenal Files 1
/
The Arsenal Files (Arsenal Computer).ISO
/
novell
/
dr6up2.exe
/
KWIKLOAD.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-10-19
|
3KB
|
75 lines
@ECHO OFF
ECHO.
ECHO Microsoft Windows 3.1
ECHO.
ECHO ║ ║╔═╗╔═╣╔═╗╠═ ╔═╗
ECHO ║ ║║ ║║ ║╔═╣║ ╠═╝
ECHO ╚═╝╠═╝╚═╝╚═╝╚═╝╚═╝
ECHO.
ECHO KWIKLOAD.BAT will extract all of the Update files you will need from
ECHO OPEN_UP.EXE. This batch file should be used ONLY if your system
ECHO configuration meets the following requirements:
ECHO.
ECHO 1) You must have a hard drive with at least an additional 1.3MB
ECHO of free disk space on the C: partition.
ECHO.
ECHO 2) You must NOT already have a sub-directory on your C: drive
ECHO called UPDATE.
ECHO.
ECHO * If your system does NOT meet the above requirements, type CTRL-C to exit
ECHO KWIKLOAD.BAT now and follow the instructions in README.TXT (viewed using
ECHO README.BAT) to complete the Update process.
ECHO.
ECHO * If your system does meet these requirements, then PRESS ANY KEY TO
ECHO CONTINUE...
ECHO.
PAUSE > NUL
ECHO.
ECHO The following commands will now be executed by KWIKLOAD.BAT:
ECHO.
ECHO MD C:\UPDATE
ECHO OPEN_UP C:\UPDATE\
ECHO C:
ECHO CD \UPDATE
ECHO.
ECHO.
ECHO If a message similar to any one of the following error messages are
ECHO displayed to the screen during this process, be sure to read README.TXT
ECHO (viewed using README.BAT) for more information:
ECHO.
ECHO -- "Unable to create directory" : A directory called
ECHO UPDATE may already exist.
ECHO.
ECHO -- "Disk full" : Your C: drive has run out of room.
ECHO.
ECHO -- "Errors found in ZIP file" : Errors may have
ECHO occurred when downloading DR6WIN.
ECHO.
ECHO.
ECHO PRESS ANY KEY TO CONTINUE...
PAUSE > NUL
MD C:\UPDATE
OPEN_UP C:\UPDATE\
C:
CD \UPDATE
ECHO.
ECHO.
ECHO.
ECHO *** Process Completed ***
ECHO.
ECHO OPEN_UP.EXE has now been run and the files needed to update your system
ECHO have been extracted to C:\UPDATE.
ECHO.
ECHO You must now run the UPDATE.BAT program to update your system.
ECHO.
ECHO This will most likely be done by typing "UPDATE C: DRDOS" as soon as this
ECHO batch file has completed...
ECHO.
ECHO BUT, be sure to read the following HELP screen first!
ECHO.
ECHO.
ECHO PRESS ANY KEY TO CONTINUE...
PAUSE > NUL
ECHO.
CALL UPDATE /H